|
dac24 2.2.0
|
DAC 24 Click example. More...
Macros | |
| #define | NUMBER_OF_STEPS 10 |
Functions | |
| void | application_init (void) |
| void | application_task (void) |
| int | main (void) |
DAC 24 Click example.
This example demonstrates the control of DAC output voltage using the DAC 24 Click board. The application sequentially increases the DAC output voltage on all channels in equal steps.
The demo application is composed of two sections :
Initializes the driver and logger.
Gradually increases the DAC output voltage on all channels in equal steps every 2 seconds.
| #define NUMBER_OF_STEPS 10 |
| void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
| void application_task | ( | void | ) |
| int main | ( | void | ) |